home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / Wave / WavesWorld / Source / IBPalettes / WW3DKit / WWDADLightView.h < prev    next >
Encoding:
Text File  |  1995-03-22  |  434 b   |  23 lines

  1. // copyright 1993 Michael B. Johnson; some portions copyright 1994, MIT
  2. // see COPYRIGHT for reuse legalities
  3. //
  4.  
  5.  
  6. #import <appkit/appkit.h>
  7. #import <3Dkit/3Dkit.h>
  8.  
  9. //#import "WWSimpleImageView.h"
  10. // if I only include the above, I get a duplicate warning...
  11. #import "WWTCLKit.h"
  12.  
  13. @interface WWDADLightView:WWSimpleImageView
  14. {
  15.   N3DLightType  lightType;
  16. }
  17.  
  18. - (N3DLightType)lightType;
  19. - setLightType:(N3DLightType)newLightType;
  20.  
  21.  
  22. @end
  23.